home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <dialog id="ila_donothing" title="Options FVdownloader"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="cancel"
- ondialogcancel="return true;"
- buttonlabelcancel="close"
- autosize="true"
- resizable="no">
- <script type="application/x-javascript" src="chrome://flashvideodownloader/content/send.js"/>
- <spacer height="2" />
- <box flex="1" orient="vertical">
- <description class="plain" crop="center">Send to us url of the site which you want to use</description>
- <description class="plain" crop="center">with our service, and we add it if possible.</description>
- </box>
- <spacer height="15" />
- <box orient="horizontal" flex="2">
- <button id="sender_but" label="send" style="width:30px;" oncommand="FlashVDSend.send_url();" />
- <box style="font-size:170%;">
- <label flex="1" id="sending_url" value="" />
- <label value="→" />
- </box>
- </box>
- <spacer height="4" />
- <box id="after_lbox" style="visibility:hidden;" orient="horisontal">
- <spacer flex="2" />
- <box id="loading_image" style="width:16px;height:16px;" orient="vertical">
- <spacer flex="1" />
- <image src='chrome://flashvideodownloader/skin/loader.gif' width='16' height='16'/>
- <spacer flex="1" />
- </box>
- <label id="after_loading_text" value="" style="font-weight:bold;font-size:140%;" />
- <spacer flex="1" />
- <button dlgtype="cancel" label="close" style="width:30px;" />
- </box>
- <script>
- FlashVDSend.init();
- </script>
- </dialog>